Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alignment on embedded spu elf searching #7894

Merged
merged 1 commit into from
Mar 29, 2020
Merged

Conversation

Whatcookie
Copy link
Member

Embedded spu elfs are actually 128 byte (1024 bit) aligned, not 4 byte (32 bit) aligned like I thought earlier.

I was mislead earlier since the word ELF appears in binaries at 32 bit alignment sometimes, but these weren't true elf headers, just the word ELF on its own.

This shouldn't really impact anything beyond making games boot ever so slightly faster.

- They are actually 128 byte (1024 bit) aligned.
@AniLeo AniLeo merged commit cc100f4 into RPCS3:master Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants